home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000006_news@columbia.edu _Mon Jul 26 09:37:22 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA00221
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 26 Jul 1999 09:37:21 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA18417
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 26 Jul 1999 09:08:48 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Did I can get detail protocol?
  11. Date: 26 Jul 1999 13:08:47 GMT
  12. Organization: Columbia University
  13. Message-ID: <7nhmkv$hvf$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <379BD8C2.8386992@ms3.url.com.tw>, bks  <bks@ms3.url.com.tw> wrote:
  17. : Does anyone know where to get the detail kermit protocol ?
  18. : I mean the document must detail descibe packet structure,
  19. :  funcion, exchange sequence etc. Not just how to use these
  20. : software. I am working on an project & must integreted
  21. : this protocol as part of my system.
  22. See:
  23.  
  24.   http://www.columbia.edu/kermit/manuals.html
  25.  
  26. But usually there is no need to write a Kermit protocol implementation
  27. from scratch, since Kermit software is already available for most platforms.
  28.  
  29. - Frank